@charset "utf-8";


/*
Global CSS Variables // Add as needed
*/
:root {
	/* Text Color */
	--mf1: #aaaaaa;

	/* Text Underline Display:None/Block */
	--mf16: block;

	/* text underline color */
	--mf15: #e35b1c; 

	/* Headers */
	--mf2: #fff;

	/* Link Hvr */
	--mf3: #e35b1c;

	/* Newsletter Btn */
	--mf4: #000;

	/* Newsletter Btn Color */
	--mf12 : #fff;

	/* Newsletter Btn Hvr */
	--mf5: #e35b1c;

	/* Newsletter Border color */
	--mf21: 2px solid #000;

	/* Newsletter Input Bg*/
	--mf22: #fff;

	/* Newsletter Text1 ""*/
	--mf18: "Nope";

	/* Newsletter Text1 color*/
	--mf19: #000;

	/* Newsletter Text2 */
	--mf23: "If you'd like to receive news and the occasional special offer, enter your details below to subscribe to our mailing list.";

	/* Newsletter Text2 Color */
	--mf24: #333;

	/* Newsletter Bg*/
	--mf17: #e9e9e9;

	/* Main background */
	--mf9: #393939;
	
	/* Links Background */
	--mf6: transparent;

	/* Social icons color b/w */
	--mf13: invert(0);

	/*Social Icons Bg*/
	--mf20: #000;

	/* Tagline Background */
	--mf7: #000;

	/* Tagline Text */
	--mf8: #fff;

	/* Payment Options Background*/
	--mf10: transparent;

	/* Outer Width eg.1920px */
	--mf14: ;

	/* Openinig Times Display: */
	--mf11: block;

}


/******************************************************************************************************************

-----------------
RESETS AND LAYOUT
-----------------

*/
#modular-footer-wrapper {display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;flex-flow: column nowrap;background: var(--mf9);border-top: 1px solid #dfdfdf; margin: auto;float: none; max-width: var(--mf14);}
#modular-footer-wrapper > div.fixed {max-width: 100%;background: var(--color5);}
#modular-footer-wrapper :is( .modular-footer-socials, .modular-footer-retaillinks, .modular-footer-citruslime---tagline ) { border-bottom: none; }
#modular-footer-wrapper .modular-footer-socials,
#modular-footer-wrapper .modular-footer-retaillinks .modular-footer-retaillinks-container .modular-footer-retaillinks-container-inner {display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;justify-content: space-evenly;align-items: flex-start;flex-flow: row wrap;border-top: 0;padding: 0;}
#modular-footer-wrapper .modular-footer-retaillinks .modular-footer-retaillinks-container .modular-footer-retaillinks-container-inner > div {flex: 0 0 auto;width: auto;}
/**********************************************************/




/******************************************************************************************************************
	Set inner footer column max width
*/
#modular-footer-wrapper .modular-footer-retaillinks .modular-footer-retaillinks-container {
	height: auto;
	max-width: var(--maxWidth);
	padding: 44px;
}




/******************************************************************************************************************
	Order of styling of main columns
*/
#modular-footer-wrapper > div.modular-footer-socials {
    flex-flow: column wrap;
    padding-block: 3em;
    order: 1;
    align-items: center;
    max-width: var(--maxWidth);
    margin: auto;
    background: var(--color3);
    justify-content: center;
}

#modular-footer-wrapper .modular-footer-retaillinks {
    order: 1;
}
#modular-footer-wrapper .modular-footer-retaillinks:nth-child(3) {
    order: 2;
}
#modular-footer-wrapper .modular-footer-citruslime---tagline {
    order: 4;
    background: var(--color2);
    color: var(--color5);
    padding: 1em;
}


@media screen and (max-width: 600px) {
	
	#modular-footer-wrapper .modular-footer-retaillinks .modular-footer-retaillinks-container {
		padding: 24px;
	}
		
	#modular-footer-wrapper .modular-footer-retaillinks .modular-footer-retaillinks-container .modular-footer-retaillinks-container-inner > div {
		width: 100%;
	}
	
}


/******************************************************************************************************************
	Social & Newsletter
*/
#modular-footer-wrapper .modular-footer-socials .modular-footer-icons {
    padding: 0;
    order: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-flex-flow: row nowrap;
	-moz-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	-o-flex-flow: row nowrap;
	flex-flow: row nowrap;
    width: auto;
}

#modular-footer-wrapper .modular-footer-socials .modular-footer-icons > a {
	height: 44px;
	width: 44px;
	background-color: var(--mf20);
	filter: var(--mf13);
	border-radius: 0;
}

#modular-footer-wrapper .modular-footer-socials .modular-footer-icons > a:hover {
	filter: invert(0);
}


#modular-footer-wrapper .modular-footer-socials .modular-footer-newsletter {
    padding: 0;
    width: auto;
    border-radius: 0;
    margin-top: 0.5em;
    background: transparent;
    max-width: 1330px;
    width: 100%;
    text-align: center;
}

#modular-footer-wrapper .modular-footer-socials .modular-footer-newsletter .modular-footer-newsletter---container {
	padding: 0;
	max-width: 100%;
}

#modular-footer-wrapper .modular-footer-socials .modular-footer-newsletter .modular-footer-newsletter---container .modular-footer-newsletter---container-inner {
	position: relative;
}

#modular-footer-wrapper .modular-footer-socials .modular-footer-newsletter .modular-footer-newsletter---container > .modular-footer-newsletter---container-inner input {
    border: var(--color2) solid 2px;
    border-radius: 0;
    margin: 0;
    height: 54px;
    line-height: 54px;
    font-size: 12px;
    background: var(--color5);
}

#modular-footer-wrapper .modular-footer-socials .modular-footer-newsletter .modular-footer-newsletter---container > .modular-footer-newsletter---container-inner input::placeholder {
	font-size: 12px;
	color: #666;
}

#modular-footer-wrapper .modular-footer-socials .modular-footer-newsletter .modular-footer-newsletter---container > .modular-footer-newsletter---container-inner #newsletter-footer-submit {
    border-radius: 0;
    font-size: 14px;
    height: 54px;
    line-height: 54px;
    background: var(--color2);
    color: var(--color5);
}

#modular-footer-wrapper .modular-footer-socials .modular-footer-newsletter .modular-footer-newsletter---container > .modular-footer-newsletter---container-inner #newsletter-footer-submit {
	background: ;
	border: none;
}


#modular-footer-wrapper .modular-footer-socials .modular-footer-newsletter .modular-footer-newsletter---container > .modular-footer-newsletter---container-inner #newsletter-footer-submit:hover {
	background: var(--color1);
}


#modular-footer-wrapper > div.modular-footer-socials::before{
	content: "";
	background: url(/layout/generalLyout/logo.png) center center no-repeat;
	background-size: contain;
	margin: 0;
	display: block;
	height: 100px;
	width: 100%;
	margin-bottom: 1.5em;
}

#modular-footer-wrapper > div.modular-footer-socials .modular-footer-newsletter::before{
	content: var(--mf23);
	font-family: inherit;
	display: block;
	margin-bottom: 0.5em;
	color: var(--mf24);
	font-size: 1em;
	margin-bottom: 2em;
}


@media screen and (max-width: 1024px) {
	
	#modular-footer-wrapper .modular-footer-socials {
		-webkit-flex-flow: column nowrap;
		-moz-flex-flow: column nowrap;
		-ms-flex-flow: column nowrap;
		-o-flex-flow: column nowrap;
		flex-flow: column nowrap;
		justify-content: center;
		align-items: center;
		padding: 24px;
	}
	
	#modular-footer-wrapper .modular-footer-socials .modular-footer-newsletter .modular-footer-newsletter---container .modular-footer-newsletter---container-inner {
		flex-flow: row;
		justify-content: center;
		align-items: center;
		margin-bottom: ;
	}	

	#modular-footer-wrapper .modular-footer-socials .modular-footer-newsletter .modular-footer-newsletter---container > .modular-footer-newsletter---container-inner input {
		order: 3;
		flex-basis: 90%;
		flex: 1;
		font-size: 12px;
	}

	#modular-footer-wrapper .modular-footer-socials .modular-footer-newsletter .modular-footer-newsletter---container > .modular-footer-newsletter---container-inner #newsletter-footer-submit {
		order: 4;
	}
	
}




/******************************************************************************************************************
	Main Column and links
*/



#modular-footer-wrapper .modular-footer-retaillinks .modular-footer-retaillinks-container .modular-footer-retaillinks-container-inner h4 {
	margin-bottom: 1em;
}

#modular-footer-wrapper .modular-footer-retaillinks .modular-footer-retaillinks-container .modular-footer-retaillinks-container-inner h4::after {
}

#modular-footer-wrapper .modular-footer-retaillinks .modular-footer-retaillinks-container .modular-footer-retaillinks-container-inner a {color: var(--color4);}

#modular-footer-wrapper .modular-footer-retaillinks .modular-footer-retaillinks-container .modular-footer-retaillinks-container-inner h4 {color: var(--color4);}

#modular-footer-wrapper .modular-footer-retaillinks .modular-footer-retaillinks-container .modular-footer-retaillinks-container-inner h4::after {
	content: "";
	display: var(--mf16);
	width: 40px;
	height: 1px;
	background: var(--color2);
	margin: 10px 0px 10px 0px;
}

#modular-footer-wrapper .modular-footer-retaillinks .modular-footer-retaillinks-container .modular-footer-retaillinks-container-inner a:hover {
	color: var(--color1);
}




/******************************************************************************************************************
	Logo, Menu, Contact & Opening Hours
*/
#modular-footer-wrapper .modular-footer-retaillinks .modular-footer-retaillinks---logo {}

#modular-footer-wrapper .modular-footer-retaillinks .modular-footer-retaillinks---logo img {}

#modular-footer-wrapper .modular-footer-retaillinks .modular-footer-retaillinks---menu {}
#modular-footer-wrapper .modular-footer-retaillinks .modular-footer-retaillinks---contact {
    order: 3;
}
#modular-footer-wrapper .modular-footer-retaillinks .modular-footer-retaillinks---contact a.mainFont {
	font-size: initial;
}
#modular-footer-wrapper .modular-footer-retaillinks .modular-footer-retaillinks---openinghours {
	display: var(--mf11);
	order: 3;
	color: #000;
}

#modular-footer-wrapper .modular-footer-retaillinks .modular-footer-retaillinks---openinghours dl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	flex: 1;
	width: auto;
	max-width: 250px;
}

#modular-footer-wrapper .modular-footer-retaillinks .modular-footer-retaillinks---openinghours dl dt {
	flex-basis: 50%;
	color: #000;
}

#modular-footer-wrapper .modular-footer-retaillinks .modular-footer-retaillinks---openinghours dl dd {
	font-weight: bold;
	color: #000;
}

/*
	Payment Icons
*/
#modular-footer-wrapper .modular-footer-payment-icons {
    text-align: center;
	background: var(--mf10);
}

#modular-footer-wrapper .modular-footer-payment-icons img {
    height: 1.5em;
}

/******************************************************************************************************************
	Custom Links
*/
#modular-footer-wrapper .modular-footer-retaillinks .modular-footer-retaillinks-container-inner---custommenu {}
#modular-footer-wrapper .modular-footer-retaillinks .modular-footer-retaillinks-container-inner---custommenu > div {}




/******************************************************************************************************************
	Tagline
*/
#modular-footer-wrapper .modular-footer-citruslime---tagline a {
	color: var(--mf8);
}  

#modular-footer-wrapper .modular-footer-company-details{
	background: #fff;
	order: 2;
 }                                                                                                                                                                                                                              